common/lcd_console: move single static variables into common (static) structure
authorHannes Petermaier <[email protected]>
Fri, 27 Mar 2015 07:01:37 +0000 (08:01 +0100)
committerAnatolij Gustschin <[email protected]>
Sat, 18 Apr 2015 08:40:46 +0000 (10:40 +0200)
commit7471142cdf75c562f2ac8f07c021e0ba80bde6bd
tree6dec22733e8d2bd80b23aee1f904a674392b7866
parenta202c5bd24d68d640fcb0d6f43ff7f30ccc5780d
common/lcd_console: move single static variables into common (static) structure

For coming implementation of lcd_console rotation, we will need some more
variables for holding information about framebuffer size, rotation, ...

For better readability we catch all them into a common structure.

Signed-off-by: Hannes Petermaier <[email protected]>
Signed-off-by: Hannes Petermaier <[email protected]>
Acked-by: Nikita Kiryanov <[email protected]>
common/lcd_console.c